別のオブジェクトからすべてを割り当てます。
シンタックス
'宣言
Public Overloads Shared Sub Assign(Of As {New, ICloneableObject})( _
ByVal As , _
ByRef As _
)
'使用法
Dim source As
Dim dest As
Utils.Assign(Of T)(source, dest)
public static void Assign<>(
,
ref
)
where T: new(), ICloneableObject
パラメータ
- source
- ソースオブジェクト。
- dest
- 割り当て先オブジェクト。
型パラメータ
- T
- 割り当て先オブジェクトの型。
参照